home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / emulator / Tb109 / CONFIG.BAT next >
Encoding:
DOS Batch File  |  1999-07-28  |  336 b   |  18 lines

  1. rem  CONFIG.BAT
  2. rem
  3. rem  Simple batch file to save some typing when you are testing
  4. rem  configurations for TOSBOX.
  5. rem
  6. rem  Usage:  CONFIG [filename]
  7. rem  If [filename] is omitted, the default is TB.INI.
  8.  
  9.  
  10. :top
  11. @echo off
  12. tbsetup.exe %1
  13. tb.exe %1
  14. choice "Go back to TBSETUP "
  15. if errorlevel 2 goto :done
  16. goto :top
  17. :done
  18.